Dew Stats for .NET
|
Prediction error sum of squares (PRESS).
Parameters |
Description |
[In] TMtx A |
Defines matrix of independant variables. |
[In] TVec Y |
Defines vector of dependant variable. |
calculated PRESS value.
PRESS is an acronym for prediction sum of squares. It was developed for use in variable selection to validate a regression model. To calculate PRESS, each observation is individually omitted. The remaining N - 1 observations are used to calculate a regression and estimate the value of the omitted observation. This is done N times, once for each observation. The difference between the actual Y value and the predicted Y with the observation deleted is called the prediction error or PRESS residual. The sum of the squared prediction errors is the PRESS value. The smaller PRESS is, the better the predictability of the model.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|